From 37e0eed7c07968e6a03a26a23a2404317740523d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 17 Jul 2002 08:11:15 +0000 Subject: [PATCH] (describe-function-1): Put empty line before "Not documented" text. --- lisp/help-fns.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c79aa356b78..7fe85001c3e 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -316,9 +316,8 @@ Return (USAGE . DOC) or nil if there's no usage info." (princ (if (stringp (car obsolete)) (car obsolete) (format "use `%s' instead." (car obsolete)))) (terpri))) - (if doc - (progn (terpri) (princ doc)) - (princ "Not documented."))))) + (terpri) + (princ (or doc "Not documented."))))) ;; Variables -- 2.30.2